home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / blogjet / BlogJetSetup-bn.exe / {app} / BlogJet.exe / 0 / RCDATA / TFRMSPELLCHECKER / TFRMSPELLCHECKER.txt
Text File  |  2004-06-07  |  3KB  |  153 lines

  1. object frmSpellChecker: TfrmSpellChecker
  2.   Left = 277
  3.   Top = 212
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spelling'
  6.   ClientHeight = 219
  7.   ClientWidth = 358
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 82
  26.     Height = 13
  27.     Caption = 'Not in dictionary:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 8
  31.     Top = 94
  32.     Width = 62
  33.     Height = 13
  34.     Caption = 'Suggestions:'
  35.   end
  36.   object lblNoSuggestions: TLabel
  37.     Left = 171
  38.     Top = 93
  39.     Width = 93
  40.     Height = 13
  41.     Caption = '(nothing to display)'
  42.     Visible = False
  43.   end
  44.   object Label3: TLabel
  45.     Left = 8
  46.     Top = 48
  47.     Width = 65
  48.     Height = 13
  49.     Caption = 'Replace with:'
  50.   end
  51.   object edNewWord: TEdit
  52.     Left = 8
  53.     Top = 64
  54.     Width = 255
  55.     Height = 21
  56.     TabOrder = 0
  57.     OnChange = edNewWordChange
  58.     OnKeyDown = edNewWordKeyDown
  59.   end
  60.   object lbSuggestions: TListBox
  61.     Left = 8
  62.     Top = 109
  63.     Width = 254
  64.     Height = 101
  65.     ItemHeight = 13
  66.     TabOrder = 1
  67.     OnClick = lbSuggestionsClick
  68.     OnDblClick = lbSuggestionsDblClick
  69.   end
  70.   object btnIgnore: TButton
  71.     Left = 273
  72.     Top = 24
  73.     Width = 75
  74.     Height = 25
  75.     Caption = '&Ignore'
  76.     Default = True
  77.     ModalResult = 5
  78.     TabOrder = 2
  79.   end
  80.   object btnIgnoreAll: TButton
  81.     Left = 273
  82.     Top = 53
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'Ignore &All'
  86.     ModalResult = 9
  87.     TabOrder = 3
  88.     OnClick = btnIgnoreAllClick
  89.   end
  90.   object btnChange: TButton
  91.     Left = 273
  92.     Top = 112
  93.     Width = 75
  94.     Height = 25
  95.     Caption = 'C&hange'
  96.     ModalResult = 6
  97.     TabOrder = 4
  98.   end
  99.   object btnClose: TButton
  100.     Left = 273
  101.     Top = 184
  102.     Width = 75
  103.     Height = 25
  104.     Cancel = True
  105.     Caption = '&Close'
  106.     ModalResult = 2
  107.     TabOrder = 6
  108.   end
  109.   object btnAdd: TButton
  110.     Left = 273
  111.     Top = 141
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'A&dd'
  115.     ModalResult = 7
  116.     TabOrder = 5
  117.     OnClick = btnAddClick
  118.   end
  119.   object edBadWord: TEdit
  120.     Left = 8
  121.     Top = 24
  122.     Width = 255
  123.     Height = 21
  124.     Color = clBtnFace
  125.     Font.Charset = DEFAULT_CHARSET
  126.     Font.Color = clRed
  127.     Font.Height = -11
  128.     Font.Name = 'MS Shell Dlg 2'
  129.     Font.Style = []
  130.     ParentFont = False
  131.     ReadOnly = True
  132.     TabOrder = 7
  133.   end
  134.   object SpellChecker1: TSpellChecker
  135.     Language = 1033
  136.     SpellerType = sptISpell
  137.     UserLanguage = ulEnglish
  138.     Options = [spoSuggestFromUserDict]
  139.     Font.Charset = DEFAULT_CHARSET
  140.     Font.Color = clWindowText
  141.     Font.Height = -13
  142.     Font.Name = 'Arial'
  143.     Font.Style = []
  144.     MisspellFont.MspName = 'Arial'
  145.     MisspellFont.MspColor = clRed
  146.     MisspellFont.MspStyle = []
  147.     ModalDialog = False
  148.     ShowFinishMessage = False
  149.     Left = 160
  150.     Top = 120
  151.   end
  152. end
  153.